Computing (FOLDOC) dictionary
Jump to user comments
programming (Or "superclass") The
class from which another
class (a "subclass") inherits.
"base class" is the term used in
C++. The term "superclass"
is perhaps confusing since objects of the subclass have a
superset of the fields of objects in the superclass.
(1996-08-04)